3.109 \(\int \frac {\sec ^3(c+d x)}{a+i a \tan (c+d x)} \, dx\)

Optimal. Leaf size=31 \[ \frac {\tanh ^{-1}(\sin (c+d x))}{a d}-\frac {i \sec (c+d x)}{a d} \]

[Out]

arctanh(sin(d*x+c))/a/d-I*sec(d*x+c)/a/d

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {3501, 3770} \[ \frac {\tanh ^{-1}(\sin (c+d x))}{a d}-\frac {i \sec (c+d x)}{a d} \]

Antiderivative was successfully verified.

[In]

Int[Sec[c + d*x]^3/(a + I*a*Tan[c + d*x]),x]

[Out]

ArcTanh[Sin[c + d*x]]/(a*d) - (I*Sec[c + d*x])/(a*d)

Rule 3501

Int[((d_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(d^2*
(d*Sec[e + f*x])^(m - 2)*(a + b*Tan[e + f*x])^(n + 1))/(b*f*(m + n - 1)), x] + Dist[(d^2*(m - 2))/(a*(m + n -
1)), Int[(d*Sec[e + f*x])^(m - 2)*(a + b*Tan[e + f*x])^(n + 1), x], x] /; FreeQ[{a, b, d, e, f}, x] && EqQ[a^2
 + b^2, 0] && LtQ[n, 0] && GtQ[m, 1] &&  !ILtQ[m + n, 0] && NeQ[m + n - 1, 0] && IntegersQ[2*m, 2*n]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int \frac {\sec ^3(c+d x)}{a+i a \tan (c+d x)} \, dx &=-\frac {i \sec (c+d x)}{a d}+\frac {\int \sec (c+d x) \, dx}{a}\\ &=\frac {\tanh ^{-1}(\sin (c+d x))}{a d}-\frac {i \sec (c+d x)}{a d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.17, size = 34, normalized size = 1.10 \[ \frac {2 \tanh ^{-1}\left (\cos (c) \tan \left (\frac {d x}{2}\right )+\sin (c)\right )-i \sec (c+d x)}{a d} \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[c + d*x]^3/(a + I*a*Tan[c + d*x]),x]

[Out]

(2*ArcTanh[Sin[c] + Cos[c]*Tan[(d*x)/2]] - I*Sec[c + d*x])/(a*d)

________________________________________________________________________________________

fricas [B]  time = 0.53, size = 80, normalized size = 2.58 \[ \frac {{\left (e^{\left (2 i \, d x + 2 i \, c\right )} + 1\right )} \log \left (e^{\left (i \, d x + i \, c\right )} + i\right ) - {\left (e^{\left (2 i \, d x + 2 i \, c\right )} + 1\right )} \log \left (e^{\left (i \, d x + i \, c\right )} - i\right ) - 2 i \, e^{\left (i \, d x + i \, c\right )}}{a d e^{\left (2 i \, d x + 2 i \, c\right )} + a d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^3/(a+I*a*tan(d*x+c)),x, algorithm="fricas")

[Out]

((e^(2*I*d*x + 2*I*c) + 1)*log(e^(I*d*x + I*c) + I) - (e^(2*I*d*x + 2*I*c) + 1)*log(e^(I*d*x + I*c) - I) - 2*I
*e^(I*d*x + I*c))/(a*d*e^(2*I*d*x + 2*I*c) + a*d)

________________________________________________________________________________________

giac [A]  time = 0.70, size = 58, normalized size = 1.87 \[ \frac {\frac {\log \left (\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + 1\right )}{a} - \frac {\log \left (\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) - 1\right )}{a} + \frac {2 i}{{\left (\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - 1\right )} a}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^3/(a+I*a*tan(d*x+c)),x, algorithm="giac")

[Out]

(log(tan(1/2*d*x + 1/2*c) + 1)/a - log(tan(1/2*d*x + 1/2*c) - 1)/a + 2*I/((tan(1/2*d*x + 1/2*c)^2 - 1)*a))/d

________________________________________________________________________________________

maple [B]  time = 0.35, size = 85, normalized size = 2.74 \[ \frac {i}{a d \left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right )}-\frac {\ln \left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right )}{a d}-\frac {i}{a d \left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right )}+\frac {\ln \left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right )}{a d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)^3/(a+I*a*tan(d*x+c)),x)

[Out]

I/a/d/(tan(1/2*d*x+1/2*c)-1)-1/a/d*ln(tan(1/2*d*x+1/2*c)-1)-I/a/d/(tan(1/2*d*x+1/2*c)+1)+1/a/d*ln(tan(1/2*d*x+
1/2*c)+1)

________________________________________________________________________________________

maxima [B]  time = 0.47, size = 83, normalized size = 2.68 \[ \frac {\frac {\log \left (\frac {\sin \left (d x + c\right )}{\cos \left (d x + c\right ) + 1} + 1\right )}{a} - \frac {\log \left (\frac {\sin \left (d x + c\right )}{\cos \left (d x + c\right ) + 1} - 1\right )}{a} - \frac {2}{-i \, a + \frac {i \, a \sin \left (d x + c\right )^{2}}{{\left (\cos \left (d x + c\right ) + 1\right )}^{2}}}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^3/(a+I*a*tan(d*x+c)),x, algorithm="maxima")

[Out]

(log(sin(d*x + c)/(cos(d*x + c) + 1) + 1)/a - log(sin(d*x + c)/(cos(d*x + c) + 1) - 1)/a - 2/(-I*a + I*a*sin(d
*x + c)^2/(cos(d*x + c) + 1)^2))/d

________________________________________________________________________________________

mupad [B]  time = 3.44, size = 43, normalized size = 1.39 \[ \frac {2\,\mathrm {atanh}\left (\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )\right )}{a\,d}+\frac {2{}\mathrm {i}}{a\,d\,\left ({\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^2-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cos(c + d*x)^3*(a + a*tan(c + d*x)*1i)),x)

[Out]

(2*atanh(tan(c/2 + (d*x)/2)))/(a*d) + 2i/(a*d*(tan(c/2 + (d*x)/2)^2 - 1))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ - \frac {i \int \frac {\sec ^{3}{\left (c + d x \right )}}{\tan {\left (c + d x \right )} - i}\, dx}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)**3/(a+I*a*tan(d*x+c)),x)

[Out]

-I*Integral(sec(c + d*x)**3/(tan(c + d*x) - I), x)/a

________________________________________________________________________________________